/*main{

}*/
.LiveryMainInfo{
    width: 90%;
    margin: 40px auto;

    display: grid;
    grid-template-columns: 70% auto;
    grid-template-rows:75px;
    grid-template-areas: "Title Game";}
    .LiveryTitle{
        grid-area: Title;
        width: fit-content;}
        .LiveryTitle > h1{font-size: 2.5em;}
        .LiveryTitle > h3{
            font-size: 1.25em;
            margin-top: 3px;
            font-weight: 100;
            color: var(--Persian-Red);}
    .LiveryGame{
        grid-area: Game;

        display: flex;
        flex-direction: row-reverse;
        width: auto; height: 75%;}
        .LogoGame{width: auto; height: 100%;}
            .LogoBigDisplay{display: block;}
            .LogoSmallDisplay{display: none;}


.Ribbon{margin-top: 25px; margin-bottom: 25px;}


.LiveryPictures{
    display: block;
    width: 90%;
    margin: auto;}
    .BigImgDisplayer{
        width: 100%; height: auto; 
        border-radius: 10px;
        overflow: hidden;
        margin: 20px auto;}
        .BigImgDisplayer > .BoxImage > img{
            width: auto; min-width: 400px; max-width: 100%;
            height: auto;
            transform: scale(105%);
            overflow: hidden;
            transition: 0.5s ease;
            cursor: pointer;} 
    .BigImgDisplayer > .BoxImage > img:hover{transform: scale(107%);}  
    .ImgDisplayer{    
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;    }
        .ImgDisplayer > .BoxImage{    
            display: block;
            width: 225px;
            height: 135px;

            margin: 0px 15px 25px 15px;
            border-radius: 5px;
            box-shadow: 0.5px 1px 5px gray;

            overflow: hidden;
            transition: 0.5s ease;
            cursor: pointer;}
            .ImgDisplayer > .BoxImage > img{
                width: auto;
                height: 100%;
                transition: 0.5s ease;}
    .ImgDisplayer > .BoxImage:hover{transform: scale(105%); background-size: 110%;}    
    .ImgDisplayer > .BoxImage > img:hover{transform: scale(115%); background-size: 110%;}  


.LiveryDownload{display:block; width: 90%; margin: auto;}






.DescriptionLivery{
    display: block;

    width: 95%;    
    margin: 0px auto 25px;

    border-radius: 25px;}
    .DescriptionLivery > p{
        font-family: 'Valera Round', sans-serif; 
        font-size: 1em; 
        font-weight: 500; 
        line-height: 24px; 
        color: var(--Mine-Shaft);}
        .DescriptionLivery > p > b{
            color: var(--Buccaneer);} 
            .DescriptionLivery > ul, .DescriptionLivery > ol{
                margin: 20px; }
            .DescriptionLivery > ul > li, .DescriptionLivery > ol > li{
                color: var(--Mine-Shaft);}
    .DescriptionLivery > .HelpImage{
        width: 100%;
        margin: 15px auto;}
        .DescriptionLivery > .HelpImage > img{
            display: block;
            max-width: 1000px; min-width: 200px; width: 60%;
            margin: auto;}


.TextCenter{text-align: center;
    font-style: italic;
    margin: 15px auto;
    font-family: 'Valera Round', sans-serif; 
    font-size: 1em; 
    font-weight: 500; 
    line-height: 24px; }
.TextWarning{
    color: var(--Persian-Red);
    font-family: 'Valera Round', sans-serif;   }

.NonClickable{pointer-events: none;}







@media all and (max-width: 768px)
{
    .LogoBigDisplay{display: none;}
    .LogoSmallDisplay{display: block; height: 75%; margin-top: 5px; margin-right: 5px;}

    .LiveryTitle > h1{font-size: 2em;}
    .LiveryTitle > h3{
        font-size: 1em;}
        .LogoGame{transform: scale(0.8);}

    .LiveryDownload{display:none; }

    .ProjectPresentation > h1 {
        padding-top: 35px; 
        font-size: 2em;   }
        .ProjectPresentation > .DateProject{    margin-right: 10px;}

    .ProjectPresentation > iframe, .ProjectPresentation > .ImgProjetBox, .ProjectPresentation > section > iframe, .ProjectDetail > section >section > iframe{width: 336px; height: 189px;}

    .DescriptionProject{    width: 90%;    }

    .SmallProject{  grid-template-areas: "Detail" "Images";}
    
}
    